home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / wweb / Web Developer.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / linearize_page.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-11-21  |  150 b   |  10 lines

  1. *
  2. {
  3.     float: none !important;
  4.     position: static !important;
  5. }
  6.  
  7. table, tbody, td, tfoot, th, thead, tr
  8. {
  9.     display: block !important;
  10. }